|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
B
This business rule allows one or more MathVariables to be copied from an activity to one or more policy fields. If the fields are displayed on the Policy screen, the values will be viewable. This CopyToPolicyFields rule is attached to a transaction.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<CopyToPolicyFields> |
The required opening and closing elements of this business rule. |
|
|
|
<Fields> |
Required element; |
|
|
|
<Field> |
Repeatable element; |
|
|
|
<From> |
|
|
String - Name of ActivityField or MathVariable that data is being copied from. If grabbing value from fields section in ActivityField, then must prefix with Activity:FieldName. |
|
<To> |
|
|
String - Name of PolicyField that data is being copied to. The value of the <To> tag will be saved in AsPolicy or AsPolicyField table in the database. |
<CopyToPolicyFields>
<Fields>
<Field>
<From>Activity:ReinsuranceIndicator</From>
<To>ReinsuranceIndicator</To>
</Field>
</Fields>
</CopyToPolicyFields>
<CopyToPolicyFields TYPE="IFEMPTY">
<Fields>
<Field>
<From>[String]</From>
<To>[String]</To>
</Field>
</Fields>
</CopyToPolicyFields>
42B